#body {
    min-height: 400px;
}

.panel {
    overflow: hidden;
}

/* 图片新闻 */
.slideBox {
    width: 646px;
    height: 377px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    float: left;
}

.slideBox .hd {
    position: absolute;
    height: 9px;
    right: 10px;
    bottom: 14px;
    z-index: 1;
    overflow: hidden;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 9px;
    height: 9px;
    background: url(../images/slideBox_hd_li.png) no-repeat center center;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: url(../images/slideBox_hd_li_active.png) no-repeat center center;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 646px;
    height: 377px;
    display: block;
}

.slideBox .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 37px;
    background: url(../images/text_bg.png) repeat-x 0 0;
}

.slideBox .text a {
    display: block;
    line-height: 37px;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 要闻 */
.FocusNews {
    width: 660px;
    float: right;
    margin: 32px 0 0 0;
}

.slideTxtBox {
    width: 100%;
}

.slideTxtBox .hd ul {
    height: 76px;
    border-bottom: 1px solid #cccccc;
}

.slideTxtBox .hd ul li {
    float: left;
    height: 76px;
    margin: 0 70px 0 0;
}

.slideTxtBox .hd ul li:last-child {
    margin: 0;
}

.slideTxtBox .hd ul li a {
    display: block;
    min-width: 105px;
    height: 70px;
    line-height: 76px;
    text-align: center;
    color: #696969;
    font-size: 22px;
}

.slideTxtBox .hd ul li:after {
    content: '';
    display: block;
    width: 0;
    height: 6px;
    margin: 0 auto;
    background: #b9160b;
    transition: all .15s;
}

.slideTxtBox .hd ul li.on a {
    color: #b9160b;
}

.slideTxtBox .hd ul li.on:after {
    width: 105px;
}

.slideTxtBox .bd ul {
    width: 100%;
    padding: 8px 0;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 52px;
    line-height: 52px;
}

.slideTxtBox .bd li a {
    display: block;
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #171717;
    background: url(../images/point.png) no-repeat 5px center;
    padding: 0 0 0 25px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #7b7b7b;
}

/* 滚动图片 */
.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 60px 0 0;
}

.picScroll-left .hd a {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 22px;
    margin-top: -11px;
    z-index: 20;
    cursor: pointer;
}

.picScroll-left .hd a.prev {
    left: 0;
    background: url(../images/picScroll_prev.jpg) no-repeat center center;
}

.picScroll-left .hd a.next {
    right: 0;
    background: url(../images/picScroll_next.jpg) no-repeat center center;
}

.picScroll-left .bd {
    padding: 0;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 0 0 26px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li img {
    display: block;
    width: 242px;
    height: 144px;
    transition: all .15s;
    border: 0 solid transparent;
}

.picScroll-left .bd ul li img:hover {
    border: 2px solid transparent;
}

.indexTitle {
    height: 126px;
}

/* 首页政府信息公开 */
.indexTitle.indexZFXXGK {
    background: url(../images/zfxxgk.png) no-repeat center center;
}

.indexZFXXGK_dl {
    width: 1406px;
}

.indexZFXXGK_dl dd {
    width: 195px;
    height: 174px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-right: 39.2px;
}

.indexZFXXGK_dl dd a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indexZFXXGK_dl dd a img {
    display: block;
    margin: 40px auto 20px;
}

.indexZFXXGK_dl dd a span {
    display: block;
    text-align: center;
    color: #171717;
    font-size: 20px;
}

.slideTxtBox2 {
    width: 100%;
}

.slideTxtBox2 .hd ul {
    height: 76px;
    float: left;
}

.slideTxtBox2 .hd ul li {
    float: left;
    height: 76px;
}

.slideTxtBox2 .hd ul>div {
    float: left;
    height: 76px;
    line-height: 76px;
    margin: 0 20px;
}

.slideTxtBox2 .hd ul li:last-child {
    margin: 0;
}

.slideTxtBox2 .hd ul li a {
    display: block;
    min-width: 105px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    color: #696969;
    font-size: 22px;
}


.slideTxtBox2 .hd ul li.on a {
    color: #b9160b;
}

.slideTxtBox2 .hd .more {
    float: right;
    line-height: 76px;
}

.slideTxtBox2 .hd .more a {
    color: #696969;
}

.slideTxtBox2 .bd ul {
    width: 100%;
    padding: 8px 0;
    zoom: 1;
}

.slideTxtBox2 .bd li {
    height: 52px;
    line-height: 52px;
}

.slideTxtBox2 .bd li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #171717;
    background: url(../images/point.png) no-repeat 5px center;
    padding: 0 0 0 25px;
}

.slideTxtBox2 .bd li .date {
    float: right;
    color: #7b7b7b;
}

.announcement {
    width: 660px;
    float: left;
    margin: 20px 0 0 0;
}

.plan {
    width: 660px;
    float: right;
    margin: 20px 0 0 0;
}

/* 政务服务 */

.indexTitle.indexZWFW {
    background: url(../images/zwfw.png) no-repeat center center;
}

.lightBackground {
    background: #f8f8f8;
}

/* 个人服务 */
.indexGRFW {
    position: relative;
    width: 660px;
    width: 306px;
    height: 238px;
    float: left;
    overflow: hidden;
    margin: 0 0 46px 0;
    background: #fff url(../images/zwfw_bg.png) no-repeat right bottom;
}

.indexGRFW a {
    cursor: pointer;
}

.indexGRFW .gr_icon {
    display: block;
    width: 206px;
    width: 307px;
    height: 156px;
    border-right: 1px solid #f18b79;
    float: left;
    margin: 41px 0;
}

.indexGRFW .gr_icon img {
    display: block;
    margin: 30px auto 15px;
}

.indexGRFW .gr_icon span {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #c83930;
}

.indexGRFW .gr_r {
    position: absolute;
    left: 207px;
    width: 454px;
    float: left;
    margin: 39px 0;
    overflow: hidden;
    display: none;
    width: 0;
}

.indexGRFW .gr_r p {
    width: 454px;
    padding: 0 44px;
    font-size: 16px;
    color: #a3a3a3;
    line-height: 35px;
    margin: 0 auto 10px;
}

.indexGRFW .gr_r dl {
    width: 454px;
    padding: 0 25px 0 10px;
}

.indexGRFW .gr_r dl dd {
    float: left;
    width: 33.33%;
    text-align: center;
}

.indexGRFW .gr_r dl dd a {
    color: #d6443d;
    line-height: 40px;
}

.index_fw {
    width: 1412px;
}

.index_fw li {
    float: left;
    background: #fff;
    margin: 0 46px 60px 0;
}

.index_fw li a {
    display: block;
    width: 307px;
    height: 120px;
    overflow: hidden;
}

.index_fw li a img {
    display: block;
    float: left;
    margin: 32px 20px 32px 50px;
}

.index_fw li a span {
    float: left;
    line-height: 120px;
    color: #171717;
    font-size: 20px;
}

/* 首页互动交流 */
.indexTitle.indexHDJL {
    background: url(../images/hdjl.png) no-repeat center center;
}

/* 首页民意征集 */
.list_box h3 {
    font-size: 22px;
    color: #b9160b;
}

.list_box ul {
    padding: 20px 0;
}

.list_box ul li {
    height: 52px;
    line-height: 52px;
}

.list_box ul li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #171717;
    background: url(../images/point.png) no-repeat 5px center;
    padding: 0 0 0 25px;
}

.list_box ul li .date {
    float: right;
    color: #7b7b7b;
}

.index_myzj {
    width: 666px;
    float: left;
}

.index_mailbox {
    width: 666px;
    float: right;
    overflow: hidden;
}

.index_mailbox h1 {
    height: 40px;
    background: url(../images/hdjl_purpose.png) no-repeat 0 center;
}

.index_mailbox dl {
    width: 696px;
}

.index_mailbox dl dd {
    float: left;
    margin: 28px 37px 0 0;
}

.index_mailbox dl dd a {
    display: block;
}

.index_mailbox dl dd a img {
    display: block;
    width: 311px;
    height: 99px;
}

/* 友情链接 */
.links {
    height: 70px;
    background: #f4f4f4;
}

.links h1 {
    float: left;
    line-height: 70px;
    font-size: 22px;
    color: #b9160b;
}

.links .select {
    position: relative;
    float: left;
    width: 180px;
    height: 30px;
    border-radius: 5px;
    margin: 20px 68px 0;
    color: #7e7e7e;
}

.links .select dt {
    height: 30px;
    display: inline-block;
    border: 1px solid #d2ccc4;
    border: 0;
    background: #f4f4f4 url(../images/select.png) 95% center no-repeat;
    line-height: 30px;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    color: #7e7e7e;
    border-radius: 5px;
    padding: 0 15px 0 5px;
}

.links .select dd {
    position: absolute;
    left: 0;
    top: 29px;
    border: 1px solid #d2ccc4;
    background: #fff;
    display: none;
    z-index: 100;
    overflow: hidden;
    min-width: 100%;
}

.links .select dd ul {
    padding: 5px 0;
    min-width: 100%;
    max-height: 200px;
    overflow: auto;
}

.links .select dd ul li a {
    line-height: 32px;
    display: block;
    padding: 0 6px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #171717;
}

.links .select dd ul li a:hover {
    background: #dedede;
}

.links .select_group .link a {
    display: block;
    float: left;
    width: 142px;
    height: 34px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    text-align: center;
    line-height: 32px;
    margin: 20px 0 0 30px;
}

/* 政务公开 */
.zwgk_top {
    padding: 74px 0 0 0;
}

.zwgk_top ul {
    width: 1386px;
}

.zwgk_top ul li {
    width: 178px;
    height: 174px;
    background-image: url(../images/edging.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin: 0 20px 0 0;
}

.zwgk_top ul li a {
    display: block;
}

.zwgk_top ul li a img {
    display: block;
    margin: 40px auto 30px;
    width: 35px;
}

.zwgk_top ul li a span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #171717;
}

.zwgk_top ul li:hover {
    background-image: url(../images/edging_active.png);
}

.zwgk_ldxx {
    width: 374px;
    float: left;
}

.zwgk_ldxx h1 {
    font-size: 22px;
    line-height: 115px;
    color: #b9160b;
}

.zwgk_ldxx .ldxx {
    padding: 32px 0 20px;
    background: #fef9f9;
}

.zwgk_ldxx .ldxx .bd {
    width: 332px;
    margin: 0 auto;
    border-bottom: 1px dashed #efcac8;
}

.zwgk_ldxx .ldxx .bd ul li img {
    display: block;
    margin: 0 auto;
    height: 250px;
}

.zwgk_ldxx .ldxx .bd ul li span {
    display: block;
    text-align: center;
    padding: 26px 0;
}

.zwgk_ldxx .ldxx .hd ul {
    padding: 10px 0;
}

.zwgk_ldxx .ldxx .hd ul li {
    float: left;
    margin: 20px 14px 0;
}

.zwgk_ldxx .ldxx .hd ul li a {
    display: block;
    width: 158px;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    color: #171717;
    line-height: 48px;
    text-align: center;
}

.zwgk_ldxx .ldxx .hd ul li a:hover {
    background: #fdf0f0;
    border: 1px solid #edc7c7;
}

.zwgk_list {
    float: right;
    width: 950px;
    padding: 20px 0 0;
}
.fiveLinks {
    margin: 20px -14.5px 0;
}

.fiveLinks li {
    float: left;
    margin: 0 14.5px 27px;
}

.fiveLinks li a {
    display: block;
    width: 250px;
    height: 84px;
    border: 1px solid #edc7c7;
    background: #fff;
    font-size: 20px;
    color: #171717;
    text-align: center;
    line-height: 82px;
}

.fiveLinks li a:hover {
    color: #bb241c;
    background: #fef9f9;
}

/* 重点领域 */
.indexTitle.zwgkZDLY {
    background: url(../images/zdlygk.png) no-repeat center center;
}

.zdlygk {
    width: 1395px;
    margin: 0 0 0 -14.5px;
}

.zdlygk .bd .picList li a {
    display: block;
    width: 250px;
    height: 84px;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 0 14.5px 29px;
    overflow: hidden;
}

.zdlygk .bd .picList li a:hover {
    border: 1px solid #edc7c7;
    background: #fef9f9;
}

.zdlygk .bd .picList li a img {
    display: block;
    float: left;
    margin: 20px 25px 20px 40px;
}

.zdlygk .bd .picList li a span {
    width: 140px;
    height: 100%;
    float: left;
    line-height: 82px;
    color: #171717;
}

.zdlygk .hd ul {
    display: table;
    margin: 0 auto;
}

.zdlygk .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    background: url(../images/zdlygk_hd_li.png) no-repeat center center;
    overflow: hidden;
    line-height: 100;
    margin: 0 5px;
    cursor: pointer;
}

.zdlygk .hd ul li.on {
    background: url(../images/zdlygk_hd_li_active.png) no-repeat center center;
}

/* 政务公开 */
.bs-box {
    position: relative;
    padding: 70px 0;
}

.fw_title {
    height: 80px;
    color: #b9160b;
    font-size: 22px;
}

/* 办事 */
.banshi {
    padding: 60px 0 40px;
    height: 507px;
    overflow: hidden;
    margin: 0 -40px 0 0;
}

.bs-box {
    position: relative;
    width: 203px;
    height: 407px;
    border: 2px solid #eaeaea;
    float: left;
    margin: 0 40px 0 0;
    overflow: hidden;
}

.bs-box .bs-box-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    height: 403px;
    padding: 40px 0 0 0;
    cursor: pointer;
    z-index: 10;
}

.bs-box .bs-box-title img {
    display: block;
    margin: 0 auto 20px;
}

.bs-box .bs-box-title b {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #898181;
}

.bs-box.bs-box-item1 .bs-box-title {
    background: #fff url(../images/bs_box_tit1.png) no-repeat right bottom;
}

.bs-box.bs-box-item2 .bs-box-title {
    background: #fff url(../images/bs_box_tit2.png) no-repeat right bottom;
}

.bs-box.bs-box-item3 .bs-box-title {
    background: #fff url(../images/bs_box_tit3.png) no-repeat right bottom;
}

.bs-box-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 876px;
    height: 100%;
    z-index: 9;
    padding: 80px 0 0 0;
    overflow: hidden;
    display: none;
}

.bs-box.bs-box-item1 .bs-box-cont {
    background: url(../images/bs_box_cont1.png) no-repeat center 20px,
        url(../images/bs_box_cont1_bg.png) no-repeat right bottom;
}

.bs-box.bs-box-item2 .bs-box-cont {
    background: url(../images/bs_box_cont2.png) no-repeat center 20px,
        url(../images/bs_box_cont2_bg.png) no-repeat right bottom;
}

.bs-box.bs-box-item3 .bs-box-cont {
    background: url(../images/bs_box_cont3.png) no-repeat center 20px,
        url(../images/bs_box_cont3_bg.png) no-repeat right bottom;
}

.bs-box-cont ul li {
    float: left;
    margin: 0 0 23px 24.8px;
    background: #fff;
}

.bs-box-cont ul li a {
    display: block;
    width: 188px;
    height: 78px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    color: #333;
    line-height: 78px;
    text-align: center;
}

.bs-box-cont ul li a img {
    float: left;
    margin: 24px 20px;
}

.bs-box-cont ul li a span {
    float: left;
    line-height: 78px;
    color: #333;
}

.bs-box-cont ul li a:hover {
    background: #fef9f9;
    border: 1px solid #edc7c7;
}

.bs-box.bs-active {
    background: url(../images/bs_box_bg.png) repeat-x 0 0;
    border: 2px solid #ca645d;
}


/* 公共便民服务 */
.ggbmfw {
    width: 1035px;
    float: left;
    overflow: hidden;
    border-right: 1px dashed #efcac8;
}

.ggbmfw .fw_links_group {
    width: 1050px;
}

.fw_links_group li {
    margin: 0 34px 34px 0;
    float: left;
}

.fw_links_group li a {
    display: block;
    width: 316px;
    height: 82px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.fw_links_group li a span {
    line-height: 80px;
    padding: 0 0 0 45px;
    color: #171717;
}

.fw_links_group li a img {
    float: right;
    margin: 16px 48px 16px 0;
}

.fw_links_group li a:hover {
    border: 1px solid #edc7c7;
    background: #fef9f9;
}

.lmfw {
    width: 316px;
    float: right;
}

/* 特殊服务 */
.picScroll-tsfw .bd {
    margin: 0 -17px;
}

.picScroll-tsfw .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-tsfw .bd ul li {
    margin: 0 17px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-tsfw .bd ul li img {
    width: 316px;
    height: 145px;
    display: block;
}

.picScroll-tsfw .hd ul {
    display: table;
    margin: 0 auto;
    padding: 38px 0;
}

.picScroll-tsfw .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    background: url(../images/zdlygk_hd_li.png) no-repeat center center;
    overflow: hidden;
    line-height: 100;
    margin: 0 5px;
}

.picScroll-tsfw .hd ul li.on {
    background: url(../images/zdlygk_hd_li_active.png) no-repeat center center;
}

/* 数据服务 */
.sjfw_links_group {
    margin: 0 -17px;
}

.sjfw_links_group li {
    float: left;
    margin: 0 17px 34px;
}

.sjfw_links_group li a {
    display: block;
    width: 316px;
    height: 82px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.sjfw_links_group li a img {
    float: left;
    margin: 19px 48px 19px 48px;
}

.sjfw_links_group li a span {
    float: left;
    line-height: 80px;
    color: #171717;
}

/* 走进南岗 */
.enterNg {
    background: url(../images/zjng_bg.png) no-repeat center top;
    min-height: 500px;
}

.enterNg_content {
    background: #fff;
    min-height: 300px;
    width: 1428px;
    margin: 0 auto;
    padding: 0 33px;
}

.ng_survey {
    padding: 194px 0 0 0;
    background: url(../images/ng_survey.png) no-repeat center 60px;
}

.ng_survey .ng_survey_text p {
    color: #171717;
    line-height: 40px;
    text-indent: 2em;
}

.survey_ckxq {
    display: block;
    width: 180px;
    height: 44px;
    border: 1px solid #d6d6d6;
    text-align: center;
    line-height: 42px;
    color: #b9160b;
    margin: 40px auto;
}

.survey_ckxq:hover {
    border: 1px solid #b9160b;
}

.Four_plates {
    margin: 0 -11px;
}

.Four_plates dd {
    width: 670px;
    height: 275px;
    float: left;
    padding: 6px 30px 6px 6px;
    /* padding: 6px 30px 6px 250px; */
    margin: 11px;
}

.Four_plates dd .plates_img {
    float: left;
    margin: 0 20px 0 0;
}

.Four_plates dd .plates_img img {
    display: block;
    float: left;
}

.Four_plates dd .plates_text {
    /* float: left; */
}

.Four_plates dd p {
    line-height: 40px;
    color: #171717;
    margin: 10px 0;
}

.Four_plates dd .ckxq {
    float: right;
    display: block;
    width: 170px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    border-width: 2px;
    border-style: dashed;
}

.lsyg .ckxq {
    border-color: #cd1509;
    color: #cd1509;
}

.qhtj .ckxq {
    border-color: #c4821b;
    color: #c4821b;
}

.dlhj .ckxq {
    border-color: #13abc6;
    color: #13abc6;
}

.xzqh .ckxq {
    border-color: #13abc6;
    color: #13abc6;
}

.lsyg {
    border: 2px solid #fdebeb;
    /* background: url(../images/lsyg.png) no-repeat 6px 6px; */
}

.qhtj {
    border: 2px solid #fbedd7;
    /* background: url(../images/qhtj.png) no-repeat 6px 6px; */
}

.dlhj {
    border: 2px solid #fdebeb;
    /* background: url(../images/dlhj.png) no-repeat 6px 6px; */
}

.xzqh {
    border: 2px solid #fbedd7;
    /* background: url(../images/xzqh.png) no-repeat 6px 6px; */
}

/* 图说南岗 */
.ng_ts {
    min-height: 658px;
    padding: 194px 0 0 0;
    background: url(../images/ng_ts.png) no-repeat center 60px;
    margin: 0 0 40px;
}

.ng_ts>div {
    padding: 0 0 0 390px;
}

.ng_ts_item {
    position: relative;
    width: 297px;
    height: 237px;
    background: #000;
    float: left;
    margin: 17px;
}

.ng_ts_box {
    margin: 0 -17px 0 0;
}

.ng_ts_item_1 {
    background: url(../images/ng_ts_item_1.png) no-repeat center cadetblue;
}

.ng_ts_item_2 {
    background: url(../images/ng_ts_item_2.png) no-repeat center cadetblue;
    /* margin-right: 330px; */
    width: 628px;
}

.ng_ts_item_3 {
    background: url(../images/ng_ts_item_3.png) no-repeat center cadetblue;
}

.ng_ts_item_4 {
    background: url(../images/ng_ts_item_4.png) no-repeat center cadetblue;
}

.ng_ts_item_5 {
    background: url(../images/ng_ts_item_5.png) no-repeat center cadetblue;
}

.cover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/cover.png) repeat 0 0;
}

.cover img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cover span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    display: none;
}

/* 民政互动 */
.mzhd {
    padding: 76px 0 20px;
}

/* 百姓谈 */
.bxt_xz {
    position: relative;
    width: 100%;
    height: 251px;
    background: url(../images/bxt_xz.png) no-repeat center center;
    padding: 0 30px;
}

.bxt_xz>h2 {
    width: 200px;
    margin: 0 auto;
    height: 70px;
    background: url(../images//bxt_icon.png) no-repeat left center;
    line-height: 70px;
    text-align: center;
    color: #b9170c;
    font-size: 22px;
}

.bxt_xz>div a {
    position: absolute;
    width: 101px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #bb241c;
}

.bxt_xz>div a:nth-child(1) {
    top: 66px;
    right: 303px;
}

.bxt_xz>div a:nth-child(2) {
    top: 24px;
    right: 86px;
}

.bxt_xz>div a:nth-child(3) {
    top: 84px;
    right: 40px;
}

.bxt_xz dt {
    background: url(../images/bxt_tit.png) no-repeat 0 center;
    line-height: 30px;
    color: #b9170c;
    padding: 0 0 0 20px;
    font-weight: bold;
}

.bxt_xz dd {
    margin: 10px 0 0 0;
}

.bxt_xz dd p {
    line-height: 40px;
    color: #171717;
}

.hdjl_links ul {
    margin: 0 -16px;
}

.hdjl_links ul li {
    float: left;
    margin: 44px 16px 0;
}

.hdjl_links ul li a {
    display: block;
   /* width: 317px;*/
    width: 434px;
    height: 195px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

/*.hdjl_links ul li a img {
    display: block;
    float: left;
    margin: 64.5px 20px;
}*/

.hdjl_links ul li a img {
    display: block;
    float: left;
    margin: 64.5px 65px;
}

.hdjl_links ul li a img.active {
    display: none;
}

.hdjl_links ul li a dl {
    padding: 25px 0;
}

.hdjl_links ul li a dl dt {
    font-size: 25px;
    color: #977044;
    line-height: 50px;
}

.hdjl_links ul li a dl dd {
    line-height: 40px;
    color: #a3a3a3;
}

.hdjl_links ul li:hover a dl dt {
    color: #b9160b;
}

.hdjl_links ul li:hover img.normal {
    display: none;
}

.hdjl_links ul li:hover img.active {
    display: block;
}

/* 民意征集 */
.myzj{
    margin-top:30px;
}
.myzj h3 a {
    color: #b9160b;
    font-size: 22px;
    margin: 30px 0 20px;
}

.myzj ul li {
    height: 52px;
}

.myzj ul li b {
    float: left;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #c7453d;
    line-height: 26px;
    margin: 13px 10px 13px;
    font-weight: normal;
}

.myzj ul li a {
    float: left;
    color: #171717;
    line-height: 52px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.myzj ul li span {
    float: right;
    display: block;
    color: #7b7b7b;
    line-height: 52px;
    width: 30%;
}